home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #5 & #6
/
Amiga Plus CD - 1995 - No. 5 and 6.iso
/
pd
/
anti-virus
/
vt
/
storage_vt
/
sh2
< prev
next >
Wrap
Text File
|
1995-07-31
|
679b
|
31 lines
/* $VER: SD0 37.2 (29.1.94) 4xDD im RAM
*
* Recoverable RAM disk mount entry
*
* The maximum size of the disk is controlled by the value of the HighCyl
* line. Increasing this value by 1 consumes an additional 11K of RAM.
* So the default value of 79 consumes, when the disk full, around 880K of
* memory.
*/
Device = statram.device
Flags = 0
Surfaces = 2
Reserved = 2
Interleave = 0
LowCyl = 0
Buffers = 5
StackSize = 600
Priority = 5
Mount = 1
/* The Unit, BlocksPerTrack, HighCyl, BufMemType and DosType fields are
* controlled by tooltypes in the icon.
*
* Unit = 2
* BlocksPerTrack = 22
* HighCyl = 159
* BufMemType = 1
* DosType = 0x444F5301
*/